runtime.synctestBubble.timers (field)
8 uses
runtime (current package)
synctest.go#L16: timers timers
synctest.go#L146: next := bubble.timers.wakeTime()
synctest.go#L189: lockInit(&bubble.timers.mu, lockRankTimers)
synctest.go#L215: gp.bubble.timers.check(bubble.now, bubble)
synctest.go#L223: next := bubble.timers.wakeTime()
time.go#L728: ts = &bubble.timers
time.go#L1134: tsLocal = &bubble.timers
time.go#L1190: gp.racectx = bubble.timers.raceCtx
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |